home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / tetris.swf / scripts / DefineButton2_47 / BUTTONCONDACTION on(release).as
Text File  |  2001-11-21  |  68b  |  7 lines

  1. on(release){
  2.    if("0" < high)
  3.    {
  4.       high -= "1";
  5.    }
  6. }
  7.